GoXam for WPF v3
InsertToNodeKey Method
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : InsertToNodeKey Method
the node data to be modified; if null, this method does nothing
the key value of the "to" node data; if null, this method does nothing
This method actually implements the modification of a node data so that it's collection of "to" node data keys includes a given tokey.
Syntax
protected virtual void InsertToNodeKey( 
   NodeType nodedata,
   NodeKey tokey
)

Parameters

nodedata
the node data to be modified; if null, this method does nothing
tokey
the key value of the "to" node data; if null, this method does nothing
Remarks
This method can be overridden in case the FindToNodeKeysForNode sequence is not an System.Collections.IList or an IList.
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members